object NewDocDlg: TNewDocDlg Left = 134 Top = 94 BorderStyle = bsDialog Caption = 'New HTML Document' ClientHeight = 320 ClientWidth = 336 Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 13 Top = 153 Width = 40 Height = 13 Caption = 'URL' end object Label3: TLabel Left = 13 Top = 193 Width = 62 Height = 13 Caption = 'Comment' end object Label1: TLabel Left = 14 Top = 110 Width = 87 Height = 13 Caption = 'Document Title' end object GroupBox1: TGroupBox Left = 13 Top = 8 Width = 191 Height = 95 Caption = 'Items to Include' TabOrder = 0 object HTMLCheckBox: TCheckBox Left = 10 Top = 18 Width = 142 Height = 14 Caption = ' ' State = cbChecked TabOrder = 0 end object BODYCheckBox: TCheckBox Left = 10 Top = 36 Width = 134 Height = 14 Caption = ' ' State = cbChecked TabOrder = 1 end object HEADCheckBox: TCheckBox Left = 10 Top = 54 Width = 131 Height = 13 Caption = ' ' State = cbChecked TabOrder = 2 end object AuthorCheckBox: TCheckBox Left = 10 Top = 72 Width = 168 Height = 13 Caption = 'Author'#39's Name and Date' State = cbChecked TabOrder = 3 end end object URLEdit: TEdit Left = 13 Top = 168 Width = 311 Height = 20 TabOrder = 2 end object CommentMemo: TMemo Left = 13 Top = 208 Width = 311 Height = 100 ScrollBars = ssVertical TabOrder = 3 end object BitBtn1: TBitBtn Left = 252 Top = 18 Width = 72 Height = 27 TabOrder = 4 Kind = bkOK end object BitBtn2: TBitBtn Left = 252 Top = 51 Width = 72 Height = 27 TabOrder = 5 Kind = bkCancel end object BitBtn3: TBitBtn Left = 252 Top = 84 Width = 72 Height = 27 TabOrder = 6 OnClick = BitBtn3Click Kind = bkHelp end object TitleEdit: TEdit Left = 13 Top = 126 Width = 312 Height = 20 TabOrder = 1 end end